body {
  background-color: #fcf2ea !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: dana;
}

.waiter-open-modal-btn img {
  width: 100%;
  height: 100%;
}
.waiter-open-modal-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  background: transparent;
  transition: 0.6s;
  outline: none;
  border: none;
  margin-left: 10px;
  margin-bottom: 5px;
}

#food_desc {
  padding: 0 16px;
  text-align: center;
  display: inline-block;
  width: 90%;
  margin: auto;
}

.first_page_buttons{
  display: flex; 
  gap: 10px;
}
.first_page_v2 .first-page__next{
  border-color: #191919 !important;
}

.gallery {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 400;
  gap: 46px;
}

#event {
  font-family: dana;
  position: fixed;
  background-color: #dc9442;
  top: -80px;
  z-index: 100;
  width: 100%;
  transition: 1s;
  opacity: 0;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#event p {
  text-align: center;
}
#event button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  background-color: transparent;
}
.container {
  position: relative;
  width: 700px;
  height: 100svh !important;
}
